projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a85d272
)
Fix SASL joining channels after auth
author
Alex McGrath
<amk@amk.ie>
Tue, 29 Jun 2021 12:04:33 +0000
(13:04 +0100)
committer
Tassilo Horn
<tsdh@gnu.org>
Tue, 29 Jun 2021 15:07:00 +0000
(17:07 +0200)
lisp/net/rcirc.el
patch
|
blob
|
history
diff --git
a/lisp/net/rcirc.el
b/lisp/net/rcirc.el
index d1b87abb62be721d2e3874c2232aa7d00f28ca24..154413871c74cf1265e27addb278e82506a1248f 100644
(file)
--- a/
lisp/net/rcirc.el
+++ b/
lisp/net/rcirc.el
@@
-3516,7
+3516,8
@@
PROCESS is the process object for the current connection."
(rcirc-handler-generic process "900" sender args nil)
(when (not rcirc-finished-sasl)
(setq-local rcirc-finished-sasl t)
- (rcirc-send-string process "CAP" "END")))
+ (rcirc-send-string process "CAP" "END"))
+ (rcirc-join-channels-post-auth process))
\f
(defgroup rcirc-faces nil